go.pact.im/x/goupdate.state.ModuleByPath (field)

9 uses

	go.pact.im/x/goupdate (current package)
		diff.go#L83: 	added := modulesNotInSet(final.Modules, prev.ModuleByPath)
		diff.go#L84: 	removed := modulesNotInSet(prev.Modules, final.ModuleByPath)
		diff.go#L86: 	intersect := intersectModuleSets(final.ModuleByPath, prev.ModuleByPath)
		diff.go#L90: 		oldModule := prev.ModuleByPath[modulePath]
		diff.go#L91: 		newModule := final.ModuleByPath[modulePath]
		packages.go#L12: 	ModuleByPath map[string]packages.Module
		packages.go#L31: 		ModuleByPath: moduleByPath,
		upgrade.go#L31: 			m, ok := s.ModuleByPath[d.Path]